projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc04e01
)
Fix compile warning in defaultvalue test
author
Kristian Rietveld
<kris@gtk.org>
Wed, 30 Sep 2009 11:09:22 +0000
(13:09 +0200)
committer
Kristian Rietveld
<kris@gtk.org>
Wed, 30 Sep 2009 11:09:22 +0000
(13:09 +0200)
gtk/tests/defaultvalue.c
patch
|
blob
|
history
diff --git
a/gtk/tests/defaultvalue.c
b/gtk/tests/defaultvalue.c
index 6f3f7220812e6d0d073cba98026108a68bf3e9da..a3534b176da852c17cdf95f5b8841af730572a39 100644
(file)
--- a/
gtk/tests/defaultvalue.c
+++ b/
gtk/tests/defaultvalue.c
@@
-173,8
+173,8
@@
test_type (gconstpointer data)
/* Default invisible char is determined at runtime */
if (g_type_is_a (type, GTK_TYPE_ENTRY) &&
- strcmp (pspec->name, "invisible-char") == 0 ||
-
strcmp (pspec->name, "buffer") == 0
)
+
(
strcmp (pspec->name, "invisible-char") == 0 ||
+
strcmp (pspec->name, "buffer") == 0)
)
continue;
/* Gets set to the cwd */